home *** CD-ROM | disk | FTP | other *** search
- tell application "Finder"
- try
- move file ((path to home folder as text) & "Library:Internet Plug-Ins:Shockwave Flash NP-PPC") to trash
- on error errMsg number errorNumber
- -- Ignore & absorb errors.
- end try
- try
- move file ((path to home folder as text) & "Library:Internet Plug-Ins:Flash Player.plugin") to trash
- on error errMsg number errorNumber
- -- Ignore & absorb errors.
- end try
- try
- move file ((path to home folder as text) & "Library:Internet Plug-Ins:Flash Player Enabler.plugin") to trash
- on error errMsg number errorNumber
- -- Ignore & absorb errors.
- end try
- try
- move file ((path to home folder as text) & "Library:Internet Plug-Ins:flashplayer.xpt") to trash
- on error errMsg number errorNumber
- -- Ignore & absorb errors.
- end try
- end tell
-